﻿* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
}
body,
input {
  font: 14px/1.75 'Microsoft YaHei', arial, sans-serif;
  color: #666;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
ul li {
  list-style: none;
}
h1,
b {
  font-weight: normal;
}
button {
  border: none;
  background: none;
}
/*公共样式*/
.container {
  max-width: 1700px;
  margin: 0 auto;
}
input {
  outline: none;
}
.cl {
  height: 0px;
  clear: both;
}
.jz {
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.c {
  *zoom: 1;
}
.c:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.col-white {
  color: #fff;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.wrapper .page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page1 .page.page1 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page2 .page.page2 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page3 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page4 .page.page4 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page5 .page.page5 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page6 .page.page6 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page7 .page.page7 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.nav-panel {
  background: url(../images/nav-panel.png) repeat-y top center;
  position: fixed;
  top: 50%;
  margin-top: -57px;
  right: 47px;
  z-index: 55;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
  will-change: transform, opacity;
}
.nav-panel ul li {
  position: relative;
  margin-bottom: 25px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  opacity: 0.42;
}
.nav-panel ul li.active {
  opacity: 1;
}
.pannel-icon {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  animation: icon 2s cubic-bezier(0.445, 0.145, 0.355, 1) infinite;
}
@keyframes icon {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 1%;
  }
}
.nav-panel ul li p {
  width: 32px;
  text-align: right;
  font-size: 14px;
  color: #fff;
  left: -42px;
  position: absolute;
  opacity: 0;
  transition: all 0.6s;
  top: 4px;
  transform: translateY(-50%);
}
.nav-panel ul li:hover p,
.nav-panel ul li.active p {
  opacity: 1;
}

/*公共头部*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100px;
  z-index: 1012;
  opacity: 1 !important;
  background: #fff;
  box-shadow: 5.248px 6.038px 17.22px 3.78px rgba(158, 158, 158, 0.07);
}
.header .logo img {
  display: inline-block;
  margin-top: 12px;
}
.header .nav {
  width: 54%;
}
.header .nav ul li {
  float: left;
  margin-right: calc((100% - 514.51px) / 7);
  position: relative;
}
.header .nav ul li:last-child {
  margin-right: 0;
}
.header .nav ul li a {
  display: flex;
  height: 100px;
}
.header .nav ul li .text {
  margin: auto;
}
.header .nav ul li h3 {
  display: block;
  font-size: 18px;
  color: #333;
  transition: 0.6s;
}
.header .nav ul li .text span{
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
.nav-icon {
  display: none;
  position: relative;
  background: url(../images/nav-icon.png) no-repeat center;
  width: 10px;
  height: 10px;
  margin: auto;
}
.header .nav ul li:hover h3,
.header .nav ul li.on h3,
.header .nav ul li:hover span,
.header .nav ul li.on span {
  color: #eea41a;
}
.header .nav ul li:hover .nav-icon,
.header .nav ul li.on .nav-icon {
  display: block;
}
.header .nav .hide {
  position: absolute;
  width: 130px;
  left: -30px;
  top: 100px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: 400ms ease-in-out;
  background: #ffffff;
  display: none;
}
.header .nav .hide .hide-left {
  width: 45%;
  text-align: left;
  text-indent: 1rem;
  padding-top: 30px;
}
.header .nav .hide dd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.header .nav .hide dd a {
  width: 100%;
  display: block;
  font-size: 15px;
  height: 30px !important;
  line-height: 30px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .nav .hide dd:hover a {
  color: #06528e;
}
.header .nav .hide dd::after {
  content: '';
  display: block;
  background: #06528e;
  height: 1px;
  display: block;
  width: 0;
  transition: all 0.4s;
  bottom: 0;
  position: absolute;
}
.header .nav .hide dd:hover::after {
  width: 100%;
}
.header .nav .hide .hide-right {
  width: 49%;
  margin-top: 30px;
}
.header .nav .hide .hide-right img {
  width: 100%;
}
.header .nav .hide {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.header .nav li:hover .hide {
  display: block;
  transition: 400ms ease-in-out;
}
.search-box {
  height: 100px;
  position: relative;
  z-index: 9999;
  width: 86px;
}
.search-btn {
  height: 100px;
}
.search-btn img {
  margin: auto;
  margin-right: 0;
  margin-top: 38px;
}
.search-pro {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 400px;
  min-height: 100px;
  position: absolute;
  right: -48px;
  top: 100px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 15px rgba(29, 56, 75, 0.4);
  -moz-box-shadow: 0 0 15px rgba(29, 56, 75, 0.4);
  box-shadow: 0 0 15px rgba(29, 56, 75, 0.4);
  pointer-events: none;
}
.search-pro::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  top: -8px;
  right: 60px;
  background-color: #fff;
  position: absolute;
}
.search-box:hover .search-pro {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.search {
  border-bottom: 1px solid #e1e1e1;
  height: 50px;
  margin-bottom: 10px;
}
.search input {
  outline: none;
  border: none;
  font-family: 'Microsoft YaHei';
  font-size: 15px;
}
.search-text {
  width: 310px;
  line-height: 50px;
}
.search .sub {
  background: url(../images/search.png) no-repeat center;
  width: 23px;
  height: 24px;
  margin-top: 13px;
}
.search-list dl dt {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.search-list dl dt a {
  position: relative;
  transition: all 0.5s ease 0.3s;
  display: inline-block;
  padding: 0 10px;
  background: #e1e1e1;
  border-radius: 4px;
  text-align: center;
}
.search-list dl dt a:after {
  content: '';
  display: block;
  width: 0;
  transition: width 0.5s ease-out;
  height: 100%;
  background-color: #06528e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 4px;
}
.search-list dl dt:hover a:after {
  width: 100%;
}
.search-list dl dt span {
  font-size: 14px;
  line-height: 36px;
  color: #999;
  position: relative;
  z-index: 1;
}
.search-list dl dt:hover span {
  color: #fff;
}
.ver-box {
  width: 149px;
  position: relative;
  height: 100px;
}
.ver {
  margin-top: 38px;
}
.ver em {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
.ver em img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.ver-icon1 {
  margin-right: 8px;
}
.ver-icon2 {
  margin-left: 12px;
}
.ver-list {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 100px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 15px rgba(29, 56, 75, 0.4);
  -moz-box-shadow: 0 0 15px rgba(29, 56, 75, 0.4);
  box-shadow: 0 0 15px rgba(29, 56, 75, 0.4);
  pointer-events: none;
}
.ver-list::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  top: -8px;
  right: 60px;
  background-color: #fff;
  position: absolute;
}
.ver-box:hover .ver-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ver-list ul li a {
  display: block;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px dashed #ccc;
  text-align: center;
  color: #666;
}
.ver-list ul li:last-child a {
  border-bottom: none;
}
.ver-list ul li:hover a {
  color: #06528e;
}
.wap-header,
.wap-headerzw {
  display: none;
}

.back-top a {
  z-index: 999;
  display: flex;
  margin: auto;
  width: 50px;
  height: 50px;
  background: #f6d510;
  border-radius: 10px;
  position: fixed;
  right: 28px;
  bottom: 6vh;
}
.back-top img {
  margin: auto;
}

/*首页banner*/
.index-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-up {
  position: absolute;
  bottom: 6%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  animation: mymove 2s cubic-bezier(0.445, 0.145, 0.355, 1) infinite;
}
@keyframes mymove {
  0% {
    bottom: 6%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 6%;
  }
}
.index-banner .info {
  position: absolute;
  top: 32vh;
  left: 5.7%;
}
.index-banner .info strong,
.index-banner .info b {
  display: block;
  font-size: 74px;
  line-height: 95px;
  color: #fff;
  font-weight: bold;
}
.index-banner .info b {
  display: block;
  font-size: 54px;
  line-height: 95px;
  color: #fff;
  font-weight: bold;
}
.index-banner .info a {
  transition: 0.6s;
  overflow: hidden;
  margin-top: 76px;
  position: relative;
  display: block;
  width: 209px;
  background: #f6d510;
  line-height: 60px;
  border-radius: 30px;
  font-size: 18px;
  color: #333;
  text-indent: 39px;
}
.index-banner .info a:after {
  transition: 0.6s;
  position: absolute;
  content: '';
  background: url(../images/banner-more.png) no-repeat center;
  width: 27px;
  height: 12px;
  right: 48px;
  top: 24px;
}
.index-banner .info a:hover {
  text-indent: 68.5px;
}
.index-banner .info a:hover:after {
  right: -100%;
}
.banner-bottom {
  position: absolute;
  bottom: 6vh;
  max-width: 1700px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.swiper-num {
  font-family: arial;
  color: #fff;
  font-size: 24px;
  color: #fff;
}
.swiper-num .actives {
  display: inline-block;
  font-size: 50px;
}
.swiper-num span {
}
.swiper-num .total {
  display: inline-block;
}
#banner-prev,
#banner-next {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}
#banner-prev {
  background: url(../images/banner-prev.png) no-repeat center;
  left: 150px;
}
#banner-next {
  background: url(../images/banner-next.png) no-repeat center;
  left: 220px;
}
#banner-prev:hover {
  background: url(../images/banner-prev.png) no-repeat center rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}
#banner-next:hover {
  background: url(../images/banner-next.png) no-repeat center rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}
#banner-num {
  display: none;
}
.wap-banner {
  display: none;
}

/*关于我们*/
.about-bg {
  background: url(../images/about-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about {
  top: 25vh;
  position: relative;
  height: 100vh;
}
.index-title {
  text-align: center;
  position: relative;
  text-align: center;
  position: relative;
  margin-bottom: 52px;
}
.index-title strong {
  display: block;
  font-size: 54px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.index-title span {
  position: absolute;
  z-index: 0;
  display: block;
  font-size: 70px;
  line-height: 52px;
  color: #fff;
  opacity: 0.1;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.index-title i {
  display: block;
  width: 45px;
  height: 4px;
  background: #f6d510;
  margin: auto;
}
.about-info {
  width: 960px;
  margin: 0 auto 14vh;
}
.about-info p {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #f7fcff;
  text-align: center;
}
.about-info p:first-child {
  width: 864px;
  margin: 0 auto;
}
.about-info a {
  z-index: 1;
  margin: 56px auto 0;
  display: block;
  width: 200px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 35px;
  font-size: 16px;
  line-height: 55px;
  color: #f7fcff;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  text-indent: 45px;
}
.about-info a:before {
  position: absolute;
  content: '';
  background: url(../images/about-more.png) no-repeat;
  width: 25px;
  height: 13px;
  right: 45px;
  top: 21px;
}
.about-info a:after {
  width: 400px;
  height: 400px;
  background: #f6d510;
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
  top: -60%;
  right: -200%;
  z-index: -999;
  transition: all 0.5s;
}
.about-info a:hover:after {
  right: -55%;
  width: 400px;
}
.about-info a:hover {
  border-color: #f6d510;
}
.about-list ul li {
  transition: 0.6s;
  float: left;
  padding-right: 2.2%;
  margin-right: 2.2%;
  width: calc(93.4% / 4);
  background: url(../images/about-line.png) no-repeat right center;
  box-sizing: border-box;
}
.about-list ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: transparent;
}
.about-list ul li .info {
  z-index: 1;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 0 9%;
  box-sizing: border-box;
  background: rgba(4, 47, 81, 0.37);
  height: 120px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.about-list ul li .info:after {
  z-index: -1;
  opacity: 0;
  width: 800px;
  height: 800px;
  background: #f6d510;
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
  top: -60%;
  left: -200%;
  transition: all 0.5s;
}
.about-list ul li:hover .info:after {
  left: -55%;
  width: 800px;
  opacity: 1;
}
.about-list ul li strong {
  display: block;
  font-size: 40px;
  line-height: 29px;
  font-family: arial;
}
.about-list ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
}
.about-list ul li em {
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.about-list ul li:hover .info {
  color: #2d2d2d;
}
.about-list ul li .black {
  display: none;
}
.about-list ul li:hover .black {
  display: block;
}
.about-list ul li:hover .white {
  display: none;
}

/*核心功能*/
.business-bg {
  background: #fdfdfd;
}
#particles-js {
  opacity: 0.5;
}
.business {
  top: 20.5vh;
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  margin: auto;
}
.business .index-title {
  margin-bottom: 60px;
}
.business .index-title strong {
  color: #333333;
}
.business .index-title span {
  color: #d4d4d4;
  opacity: 0.21;
}
.business-list {
  max-width: 1613px;
  margin: 0 auto;
}
.business-list ul li {
  float: left;
  background: #fff;
  height: 463px;
  margin-right: 2.7%;
  width: calc(91.9% / 4);
  box-shadow: 5.248px 6.038px 17.22px 3.78px rgba(158, 158, 158, 0.07);
}
.business-list ul li:last-child {
  margin-right: 0;
}
.business-list ul li .pic {
  height: 196px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-list ul li img {
  display: block;
  margin: 0 auto 10px;
  padding-top: 42px;
}
.business-list ul li em {
  display: block;
  font-size: 34px;
  text-transform: uppercase;
}
.business-list ul li .info {
  padding: 30px calc((100% - 252px) / 2) 0;
  box-sizing: border-box;
}
.business-list dl dd {
  display: flex;
  width: 140px;
  float: left;
  margin-bottom: 10px;
}
.business-list dl dd a {
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: 0.6s;
}
.business-list dl dd a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 6px;
  background: #f6d510;
  bottom: 3px;
  left: 0;
  z-index: -1;
  transition: 0.6s;
}
.business-list dl dd a:hover:after {
  width: 100%;
}

.business-list ul li:last-child dl dd {
  width: 126px;
}

/*合作伙伴*/
.partner-bg {
  background: url(../images/partner-bg.jpg) no-repeat center top;
  background-size: cover;
}
.partner {
  top: 20.5vh;
  position: relative;
  height: 100vh;
}
.partner .index-title {
  margin-bottom: 60px;
}
.partner-list {
  max-width: 1613px;
  margin: 0 auto 57px;
}
.partner-list ul li {
  margin: auto;
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.partner-list ul li img {
  margin: auto;
  transition: 1s;
}
.partner-list ul li:hover {
  background: rgba(255, 255, 255, 1);
}
.partner-list ul li:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg); /* Safari 与 Chrome */
}
.partner-more a {
  background: #06528e;
  z-index: 1;
  overflow: hidden;
  transition: 0.6s;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 192px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  text-indent: 45px;
}
.partner-more a:before {
  position: absolute;
  content: '';
  background: url(../images/partner-more.png) no-repeat;
  width: 25px;
  height: 13px;
  right: 24px;
  top: 18px;
}
.partner-more a:after {
  width: 400px;
  height: 400px;
  background: #f6d510;
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
  top: -60%;
  right: -200%;
  z-index: -999;
  transition: all 0.5s;
}
.partner-more a:hover:after {
  right: -55%;
  width: 400px;
}
.partner-more a:hover {
  border-color: #f6d510;
}

/*公共底部*/
.foot-bg {
  background: url(../images/foot-bg.jpg) no-repeat center top;
  background-size: cover;
}
.foot {
  top: 10vh;
  position: relative;
  height: 100vh;
}
.foot-top {
  background: url(../images/foot-top.jpg) no-repeat center;
  background-size: cover;
  height: 38vh;
  display: flex;
}
.foot-top h2 {
  display: block;
  font-size: 41px;
  color: #fff;
  text-align: center;
  margin: auto;
}
.foot-bottom {
  height: 52vh;
}
.foot-info {
  padding: 10.4vh 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.foot-contact {
  margin-right: 7%;
}
.foot-contact strong {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  height: 50px;
  position: relative;
  margin-bottom: 24px;
}
.foot-contact strong:after {
  position: absolute;
  content: '';
  width: 43px;
  height: 4px;
  background: #f6d510;
  left: 0;
  bottom: 0;
}
.foot-contact p {
  font-size: 16px;
  line-height: 35px;
  color: #fff;
}
.foot-nav {
  width: 54%;
  height: 183px;
}
.foot-nav dl {
  float: left;
  border-left: 1px solid #296291;
  border-right: 1px solid #0d406b;
  box-sizing: border-box;
  padding: 0 calc((100% - 471.22px) / 10);
  height: 232px;
}
.foot-nav dl:first-child {
  border-left: none;
}
.foot-nav dl:last-child {
  border-right: none;
}
.foot-nav dl dt {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 6px 0 18px;
}
.foot-nav dl dd a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #94b3cd;
}
.foot-wechat img {
  display: block;
  margin-bottom: 14px;
}
.foot-wechat em {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.foot-copy {
  padding: 2.5vh 0;
}
.foot-copy p,
.foot-copy a {
  color: #8196b1;
}
.foot-nav dl dd a:hover,
.foot-copy a:hover {
  color: #fff;
}
.wapfoot-zw,
.wapfooter {
  display: none;
}

/*内页公共头部*/
.pc-zw {
  height: 200px;
}

/*内页公共底部*/
.ny-foot {
  background: url(../images/ny-foot.jpg) no-repeat center top;
  background-size: cover;
  height: 468px;
}

/*内页banner*/
.banner-bg {
  position: relative;
  overflow: hidden;
  height: 570px;
  color: #fff;
  background: #06528e;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.ny-banner {
  height: 535px;
  width: 95%;
  margin-left: 5%;
  position: absolute;
  top: 100px;
  z-index: 1;
}
.about-banner {
  background: url(../images/about-banner.jpg) no-repeat left top;
  background-size: cover;
}
.banner-box {
  padding-left: 5.7%;
  box-sizing: border-box;
}
.ny-banner .info {
  padding-top: 140px;
}
.ny-banner .info h2 {
  display: block;
  font-size: 55px;
  color: #fff;
}
.ny-banner .info h3 {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 7px;
}
.position {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 75px;
}
.position a {
  color: #fff;
}
.position a:hover {
  color: #f6d510;
}
.banner-scroll {
  position: absolute;
  top: 500px;
  left: 35px;
  animation: scroll 2s cubic-bezier(0.445, 0.145, 0.355, 1) infinite;
}
.banner-scroll a {
  display: block;
  font-size: 18px;
  font-family: arial;
  color: #fff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.banner-scroll img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
  position: relative;
  bottom: 0;
  left: -6px;
}
@keyframes scroll {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 5%;
  }
}
.banner-class {
  position: relative;
  bottom: 79px;
  width: 100%;
}
.banner-class .ctitle1 li {
  float: left;
  position: relative;
  padding: 0 3.7%;
}
.banner-class .ctitle1 li a {
  display: block;
  font-size: 18px;
  color: #fff;
}
/* .banner-class .ctitle1 li:after {
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  content: '';
  background: url(../images/ctitle1-li.png) no-repeat center;
  width: 10px;
  height: 10px;
  left: 0;
  top: 10.5px;
} */
.banner-class .ctitle1 li:hover:after,
.banner-class .ctitle1 li.on:after {
  left: 24.7%;
  opacity: 1;
}

/*内页公司简介*/
#nymain,
#develop,
#culture,
#activity {
  position: relative;
  top: -120px;
}
.nyabout {
  padding: 127px 0 108px;
  position: relative;
}
.nyabout .info {
  padding-left: 53px;
  width: 49%;
}
.nyabout .info span {
  display: block;
  font-size: 40px;
  color: #e1e1e1;
  font-family: arial;
  line-height: 35px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.nyabout .info span:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 2px;
  background: #cccccc;
  left: -53px;
  top: 16.5px;
}
.nyabout .info em {
  display: block;
  font-size: 38px;
  color: #333;
  margin-bottom: 25px;
}
.nyabout .info p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding-bottom: 18px;
}
.nyabout .pic {
  position: absolute;
  bottom: 0;
  width: 41.6%;
  right: 0;
  overflow: hidden;
}
.nyabout .pic img {
  display: block;
}
.about-num {
  background: url(../images/about-num.jpg) no-repeat center;
  padding: 109px 0 89px;
  background-size: cover;
}
.num-list ul li {
  float: left;
  width: 25%;
  background: url(../images/num-line.png) no-repeat right top;
  box-sizing: border-box;
  text-align: center;
}
.num-list ul li:last-child {
  background: transparent;
}
.num-list ul li em {
  display: inline-block;
  font-size: 60px;
  color: #0a68b2;
  line-height: 42px;
  margin-bottom: 8px;
}
.num-list ul li span {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  margin-left: 12px;
}
.num-list ul li p {
  font-size: 18px;
  color: #666666;
  margin-top: 8px;
}
.develop {
  background: url(../images/develop-bg.jpg) no-repeat center bottom;
  background-attachment: fixed;
  padding: 83px 0 100px;
}
.about-title {
  text-align: center;
}
.about-title em {
  display: block;
  font-size: 38px;
  color: #333;
}
.develop .about-title {
  padding-bottom: 108px;
}
.develop .about-title em {
  color: #fff;
}
.develop-list {
  background: url(../images/develop-line.png) no-repeat center top 53px;
  overflow: hidden;
  position: relative;
}
.develop-list ul li {
  transition: 0.6s;
  text-align: center;
  float: left;
}
.develop-list ul li em {
  transition: 0.3s;
  display: block;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  font-family: arial;
  margin-bottom: 21px;
}
.develop-list ul li span {
  display: block;
  width: 8px;
  height: 8px;
  background: #2f99e4;
  border: 2px solid #8bc2e9;
  border-radius: 50%;
  margin: 0 auto 34px;
}
.develop-list ul li .info {
  border-radius: 15px;
  width: 216px;
  height: 171px;
  margin: 0 auto;
  position: relative;
  transition: 0.6s;
}
.develop-list ul li strong {
  transition: 0.6s;
  display: block;
  font-size: 22px;
  color: #fff;
  margin-bottom: 13px;
}
.develop-list ul li p {
  font-size: 18px;
  line-height: 27px;
  color: #a7d2f2;
}
.develop-list ul li:hover em {
  color: #f1a61b;
  font-weight: bold;
  font-size: 36px;
}
.develop-list ul li:hover span {
  background: #f1a61b;
  border-color: #fff;
}
.develop-list ul li:hover .info {
  background: #fff;
}
.develop-list ul li:hover .info:after {
  transition: 0.6s;
  position: absolute;
  content: '';
  background: url(../images/develop-info.png) no-repeat;
  width: 21px;
  height: 18px;
  top: -18px;
  left: 50%;
  margin-left: -10.5px;
}
.develop-list ul li:hover strong {
  color: #0a68b2;
  padding-top: 19px;
}
.develop-list ul li:hover p {
  color: #777;
}
/*.develop-list ul li.swiper-slide-active em{color: #f1a61b;font-weight: bold; font-size: 36px;}
.develop-list ul li.swiper-slide-active span{background: #f1a61b; border-color: #fff; }
.develop-list ul li.swiper-slide-active .info{ background: #fff;  }
.develop-list ul li.swiper-slide-active .info:after{position: absolute; content: ''; background: url(../images/develop-info.png) no-repeat; width: 21px; height: 18px; top: -18px; left: 50%; margin-left: -10.5px;}
.develop-list ul li.swiper-slide-active strong{color: #0a68b2; padding-top: 19px;}
.develop-list ul li.swiper-slide-active p{color: #777;}*/
.develop-arrow {
  width: 210px;
  height: 70px;
  margin: 105px auto 0;
}
#develop-prev,
#develop-next {
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: 0;
}
#develop-prev {
  background: url(../images/develop-prev.png) no-repeat center;
  left: 0;
}
#develop-next {
  background: url(../images/develop-next.png) no-repeat center;
  right: 0;
  float: right;
}
#develop-prev:hover {
  background: url(../images/develop-prev2.png) no-repeat center #fff;
}
#develop-next:hover {
  background: url(../images/develop-next2.png) no-repeat center #fff;
}

#develop-num {
  display: none;
}
.culture-bg {
  background: url(../images/develop-bg.jpg) no-repeat center top;
  background-size: cover;
  height: 931px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.culture-bg #particles-js {
  opacity: 0.5;
}
.culture {
  position: absolute;
  top: 87px;
  width: 100%;
}
.culture .about-title {
  color: #fff;
  padding-bottom: 22px;
}
.culture .about-title em {
  color: #fff;
}
.culture .about-title p {
  font-size: 23px;
  color: #fff;
  margin-bottom: 28px;
}
.culture-list {
  max-width: 1629px;
  margin: 0 auto;
}
.culture-list ul li {
  text-align: center;
  width: calc(95% / 2);
  height: 495px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0px 1px 23px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 55;
}
.culture-list ul li .circle {
  box-shadow: 0px 1px 131px 0px rgba(0, 0, 0, 0.1);
  width: 168px;
  height: 168px;
  background: #fbfcfe;
  border-radius: 50%;
  position: relative;
  margin: 52px auto 13px;
}
.culture-list ul li .icon {
  position: absolute;
  left: 19px;
  top: 19px;
  width: 128px;
  height: 128px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f3f6f9;
  display: flex;
  margin: auto;
  z-index: 2;
}
.culture-list ul li .icon img {
  margin: auto;
}
.culture-list ul li strong {
  display: block;
  font-size: 32px;
  color: #fff;
  margin-bottom: 11px;
}
.culture-list ul li span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ea8f1c;
  border-radius: 50%;
  margin: 0 auto 19px;
}
.culture-list ul li b {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
.activity {
  padding: 91px 0 140px;
}
.activity .about-title {
  padding-bottom: 49px;
}
.activity-con {
  position: relative;
}
#activity-prev,
#activity-next {
  width: 23px;
  height: 40px;
  cursor: pointer;
}
#activity-prev {
  background: url(../images/activity-prev.png) no-repeat center;
  left: 0;
}
#activity-next {
  background: url(../images/activity-next.png) no-repeat center;
  right: 0;
}
#activity-prev:hover {
  background: url(../images/activity-prev2.png) no-repeat center;
}
#activity-next:hover {
  background: url(../images/activity-next2.png) no-repeat center;
}
.activity-list {
  max-width: 1538px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.activity-list ul li {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.activity-list ul li .pic {
  overflow: hidden;
}
.activity-list ul li .info {
  background: #fff;
  box-sizing: border-box;
  padding: 22px 5.7% 28px;
}
.activity-list ul li span {
  display: block;
  font-size: 16px;
  color: #999999;
  font-family: arial;
  margin-bottom: 8px;
}
.activity-list ul li em {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
}
.activity-list ul li p {
  font-size: 15px;
  line-height: 27px;
  color: #888888;
  margin-bottom: 35px;
}
.activity-list ul li i {
  transition: 0.6s;
  display: block;
  font-size: 16px;
  color: #0c528d;
  font-style: normal;
}
.activity-list ul li .pic img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.activity-list ul li:hover em {
  color: #06528e;
}
.activity-list ul li:hover i {
  text-indent: 10px;
}
.activity-list ul li:hover .pic img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#activity-num {
  display: none;
}
.activity-more a {
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin: 58px auto 0;
  display: block;
  width: 258px;
  line-height: 68px;
  border: 1px solid #aaaaaa;
  border-radius: 35px;
  font-size: 18px;
  color: #333;
  text-indent: 55px;
}

.activity-more a:before {
  position: absolute;
  content: '';
  background: url(../images/activity-more.png) no-repeat;
  width: 57px;
  height: 12px;
  right: 53px;
  top: 29px;
}
.activity-more a:after {
  width: 516px;
  height: 516px;
  background: #0c528d;
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
  top: -60%;
  right: -200%;
  z-index: -999;
  transition: all 0.5s;
}
.activity-more a:hover:after {
  right: -100%;
  width: 641px;
}
.activity-more a:hover {
  border-color: #0c528d;
  color: #fff;
}
.activity-more a:hover:before {
  background: url(../images/activity-more2.png) no-repeat;
}

/*内页产品与解决方案*/
.product-banner {
  background: url(../images/product-banner.jpg) no-repeat left top;
  background-size: cover;
}
.mems-product-banner {
  background: url(../images/sj-product-banner.jpg) no-repeat left top;
  background-size: cover;
}
.lbq-product-banner {
  background: url(../images/lbq-product-banner.jpg) no-repeat left top;
  background-size: cover;
}
.sj-product-banner {
  background: url(../images/mems-product-banner.jpg) no-repeat left top;
  background-size: cover;
}
.c-product-banner {
  background: url(../images/c-product-banner.jpg) no-repeat left top;
  background-size: cover;
}
.pro-class .ctitle1 li:hover:after,
.pro-class .ctitle1 li.on:after {
  left: 14.7%;
}
.proclass {
  padding: 99px 0 95px;
}
.proclass-title {
  text-align: center;
  margin-bottom: 40px;
}
.proclass-title em {
  display: block;
  font-size: 36px;
  color: #333;
}
.proclass-title img {
  display: block;
  margin: 23px auto 0;
}
.proclass-list {
  overflow: hidden;
}
.proclass-list ul {
  width: 104.6%;
}
.proclass-list ul li {
  float: left;
  background: #f5f5f5;
  margin-right: 4.6%;
  width: calc(100% / 2 - 4.6%);
  margin-bottom: 62px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.proclass-list ul li .pic,
.proclass-list ul li .info {
  float: left;
}
.proclass-list ul li .pic {
  width: 52%;
  height: 350px;
}
.proclass-list ul li .pic img {
  display: none;
}
.proclass-list ul li .info {
  width: 48%;
  padding: 50px 4% 0;
  box-sizing: border-box;
}
.proclass-list ul li em a {
  display: block;
  font-size: 28px;
  line-height: 28px;
  color: #06528e;
  position: relative;
  height: 52px;
  margin-bottom: 25px;
}
.proclass-list ul li em a:after {
  position: absolute;
  content: '';
  width: 34px;
  height: 5px;
  background: #f6d510;
  left: 0;
  bottom: 0;
}
.proclass-list ul li .text {
  height: 190px;
  overflow-y: auto;
}
.proclass-list ul li .text::-webkit-scrollbar {
  width: 5px;
}
/*定义滚动条轨道 内阴影+圆角*/
.proclass-list ul li .text::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 2.5px;
}
/*定义滑块 内阴影+圆角*/
.proclass-list ul li .text::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2.5px;
}
.proclass-list ul li a {
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #555555;
}
.proclass-list ul li a:hover {
  color: #06528e;
}

/*内页产品与解决方案-二级产品*/
.prolist-banner {
  height: 366px !important;
  margin-top: -100px;
}
.banner-text {
  position: absolute;
  bottom: 57px;
  width: 100%;
}
.banner-text h3 {
  display: block;
  font-size: 60px;
  line-height: 105px;
}
.banner-text .position {
  position: relative;
  bottom: 0;
  font-weight: normal;
  margin-top: 62px;
}
.product-list {
  max-width: 1606px;
  margin: 0 auto;
  overflow: hidden;
}
.product-list ul {
  width: 103.4%;
}
.product-list ul li {
  float: left;
  margin-right: 3.4%;
  width: calc(100% / 4 - 3.4%);
  background: #eee;
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.product-list ul li .pic {
  border-bottom: 1px solid #ddd;
}
.product-list ul li .pic img {
  display: block;
  width: 100%;
}
.product-list ul li .name {
  padding: 6.7% 2%;
  box-sizing: border-box;
}
.product-list ul li em {
  font-size: 16px;
  text-align: center;
  color: #666;
}
.product-list ul li .more {
  transition: 0.6s;
  position: absolute;
  background: rgba(6, 82, 142, 0.82);
  width: 100%;
  height: 100%;
  bottom: -100%;
  text-align: center;
  display: flex;
}
.product-list ul li .more img {
  margin: auto;
}
.product-list ul li:hover .more {
  bottom: 0;
}
.prolist-more a {
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin: 46px auto 0;
  display: block;
  width: 235px;
  line-height: 68px;
  border: 1px solid #aaaaaa;
  border-radius: 35px;
  font-size: 18px;
  color: #333;
  text-indent: 109px;
}
.prolist-more a:before {
  position: absolute;
  content: '';
  background: url(../images/prolist-more.png) no-repeat;
  width: 44px;
  height: 12px;
  left: 46px;
  top: 29px;
}
.prolist-more a:after {
  width: 516px;
  height: 516px;
  background: #0c528d;
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
  top: -60%;
  right: -200%;
  z-index: -999;
  transition: all 0.5s;
}
.prolist-more a:hover:after {
  right: -100%;
  width: 641px;
}
.prolist-more a:hover {
  border-color: #0c528d;
  color: #fff;
}
.prolist-more a:hover:before {
  background: url(../images/prolist-more2.png) no-repeat;
}

/*内页产品与解决方案-二级产品详情页*/
.proclass .about-title {
  margin-bottom: 50px;
}

/*内页企业动态*/
.news-banner {
  background: url(../images/news-banner.jpg) no-repeat left top;
  background-size: cover;
}
.news-list {
  max-width: 1500px;
  margin: 0 auto;
}
.news-list ul {
  margin-bottom: 106px;
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}
.news-list ul li {
  float: left;
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  box-sizing: border-box;
}
.news-list li .news-box {
  padding: 50px 20%;
  box-sizing: border-box;
}
.news-list li .news-box em {
  font-size: 16px;
  color: #9f9f9f;
  position: relative;
  z-index: 2;
}
.news-list li .news-box h3 {
  height: 48px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 20px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list li .news-box .pic {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.news-list li .news-box .pic img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.news-list li .news-box span {
  background: url(../images/news-more.png) no-repeat center;
  transition: 0.5s;
  width: 74px;
  height: 12px;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-list li p {
  font-size: 15px;
  color: #555555;
  margin: 50px 0;
  line-height: 25px;
  position: relative;
  z-index: 2;
}
.news-list li .arrow {
  position: absolute;
  width: 100%;
  bottom: -100%;
  transition: 0.5s;
}
.news-list li .arrow img {
  width: 100%;
  display: block;
}
.news-list li:hover h3 {
  color: #06528e;
}
.news-list li:hover span {
  background: url(../images/news-more2.png) no-repeat center;
  padding-left: 170%;
}
.news-list li:hover .pic img {
  transform: scale(1.05);
}
.news-list li:hover .arrow {
  bottom: 0;
}

/*内页企业动态详情页*/
.newsxq-bg {
  height: 255px !important;
}
.newsxq-banner {
  height: 303px !important;
}
.newsxq-banner {
  background: url(../images/newsxq-banner.jpg) no-repeat left center;
  background-size: cover;
}
.newsxq-banner .info {
  padding-top: 110px;
}
.newsxq-banner .info h2 {
  font-size: 48px;
}
.newsxq-banner .position {
  bottom: 59px;
}
.news-con {
  max-width: 1500px;
  margin: 0 auto;
}
.news-left {
  width: 63.4%;
}
.newsxq-title {
  border-bottom: 1px solid #06528e;
  padding-bottom: 46px;
  margin-bottom: 60px;
}
.newsxq-title h3 {
  display: block;
  font-size: 30px;
  color: #333;
}
.newsxq-title span {
  display: block;
  font-size: 16px;
  color: #666;
}
.news-arrow {
  border-top: 1px solid #eee;
  padding-top: 36px;
  margin-top: 60px;
}
.news-arrow em {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 7px;
}
.news-arrow em > a {
  color: #666;
}
.news-arrow em > a:hover {
  color: #06528e;
}
.news-back a {
  transition: 0.6s;
  display: block;
  width: 155px;
  background: url(../images/news-back.png) no-repeat left 33px center #06528e;
  border-radius: 25px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-indent: 62px;
}
.news-back a:hover {
  background: url(../images/news-back.png) no-repeat left 33px center #f0a819;
}
.news-right {
  width: 30%;
}
.news-recom,
.news-pro {
  background: #f9f9f9;
  box-sizing: border-box;
}
.news-recom h3,
.news-pro h3 {
  display: block;
  font-size: 28px;
  color: #333333;
}
.news-recom {
  padding: 37px 8.4% 53px;
  margin-bottom: 31px;
}
.news-pro {
  padding: 37px 6.2% 32px;
}
.news-recom h3 {
  margin-bottom: 13px;
}
.news-pro h3 {
  margin-bottom: 27px;
}
.recom-list {
  height: 300px;
  overflow-y: auto;
  padding: 18px 0 0;
  box-sizing: border-box;
}
.recom-list::-webkit-scrollbar {
  width: 3px;
}
/*定义滚动条轨道 内阴影+圆角*/
.recom-list::-webkit-scrollbar-track {
  background-color: #ddd;
}
/*定义滑块 内阴影+圆角*/
.recom-list::-webkit-scrollbar-thumb {
  background-color: #f1971d;
}
.recom-list ul {
  width: 95%;
}
.recom-list ul li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 11px;
  margin-bottom: 18px;
}
.recom-list ul li:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #06528e;
  bottom: -1px;
  transition: 0.6s;
}
.recom-list ul li:hover:after {
  width: 100%;
}
.recom-list ul li span {
  display: block;
  font-size: 16px;
  line-height: 12px;
  color: #888;
  font-family: arial;
  margin-bottom: 3px;
}
.recom-list ul li em {
  font-size: 16px;
  color: #333;
}
.recom-list ul li:hover span,
.recom-list ul li:hover em {
  color: #06528e;
}
.news-prolist ul li {
  float: left;
  margin-bottom: 8px;
  background: #eee;
  width: 100%;
  position: relative;
}
.news-prolist ul li a {
  transition: 0.6s;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 16px;
  line-height: 45px;
  color: #666;
  background: url(../images/news-prolist.png) no-repeat right 25px center;
  text-indent: 26px;
}
.news-prolist ul li:after {
  transition: 0.6s;
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  height: 100%;
  background: #f0a819;
  top: 0;
}
.news-prolist ul li:hover:after {
  width: 100%;
}
.news-prolist ul li:hover a {
  color: #fff;
  background: url(../images/news-prolist2.png) no-repeat right 25px center;
  text-indent: 36px;
}

/*内页招聘岗位*/
.join-banner {
  background: url(../images/join-banner.jpg) no-repeat center;
  background-size: cover;
}
.join-banner .banner-box {
  padding-left: 0;
}
.join-banner .info h2 {
  text-align: center;
}
.join-banner .position {
  padding-left: 5.7%;
}
.join-title {
  text-align: center;
  margin-bottom: 70px;
}
.join-title em {
  display: block;
  font-size: 40px;
  color: #333;
  margin-bottom: 28px;
}
.join-title p {
  font-size: 18px;
  line-height: 30px;
  color: #555;
  width: 879px;
  margin: 0 auto;
}
.join-box {
  max-width: 1840px;
  margin: 0 auto;
  position: relative;
}
.join-btn,
.join-con {
  max-width: 1625px;
  margin: 0 auto;
}
#join-prev,
#join-next {
  top: 63px;
  margin-top: 0;
  width: 55px;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
}
#join-prev {
  left: 0;
  background: url(../images/join-prev.png) no-repeat center;
}
#join-next {
  right: 0;
  background: url(../images/join-next.png) no-repeat center;
}
#join-prev:hover {
  background: url(../images/join-prev2.png) no-repeat center #0c528d;
  border-color: #0c528d;
}
#join-next:hover {
  background: url(../images/join-next2.png) no-repeat center #0c528d;
  border-color: #0c528d;
}
.join-btn {
  margin-bottom: 81px !important;
}
.join-btn ul li {
  float: left;
  background: #f5f5f5;
  height: 183px;
  display: flex;
}
.join-btn ul li .text {
  margin: auto;
}
.join-btn ul li strong {
  display: block;
  font-size: 22px;
  color: #333;
  margin-bottom: 30px;
}
.join-btn ul li span {
  display: block;
  background: url(../images/join-btn.png) no-repeat center;
  width: 30px;
  height: 30px;
  margin: auto;
}
.join-btn ul li.swiper-slide-thumb-active {
  background: #1981ca;
}
.join-btn ul li.swiper-slide-thumb-active strong {
  color: #fff;
}
.join-btn ul li.swiper-slide-thumb-active span {
  background: url(../images/join-btn2.png) no-repeat center;
}
#join-num {
  display: none;
}
#joins-num {
  display: none;
}
.join-con ul li h3 {
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  text-indent: 29px;
  margin-bottom: 64px;
}
.join-con ul li .info {
  margin: 0 29px;
}
.join-con ul li .text {
  width: 98%;
  float: left;
}
.join-editbox {
  margin-bottom: 50px;
}
.join-con ul li a {
  transition: 0.6s;
  display: block;
  border-radius: 25px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.join-con ul li .join-more1 {
  background: #1981ca;
  color: #fff;
  font-weight: bold;
  width: 157px;
}
.join-con ul li .join-more2 {
  background: #dcedf9;
  color: #333;
  width: 272px;
}
.join-con ul li a:hover {
  background: #f3a13a;
  color: #fff;
}
.join-con ul li .pic {
  width: 46.5%;
  float: right;
  display: none;
}
.join-con ul li .pic img {
  display: block;
  width: 100%;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

/*内页联系我们*/
.contact-banner {
  background: url(../images/contact-banner.jpg) no-repeat center;
  background-size: cover;
}
.contact .about-title {
  margin-bottom: 122px;
}
.contact-list {
  margin-bottom: 138px;
}
.contact-list ul li {
  float: left;
  width: 25%;
  background: url(../images/contact-line.png) no-repeat right top;
  text-align: center;
}
.contact-list ul li:last-child {
  background: transparent;
}
.contact-list ul li img {
  display: block;
  margin: 0 auto 23px;
}
.contact-list ul li em {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 18px;
}
.contact-list ul li strong {
  display: block;
  font-size: 30px;
  color: #06528e;
}
.contact-list ul li strong,
.contact-list ul li b {
  font-family: arial;
  line-height: 24px;
}
.contact-list ul li b,
.contact-list ul li span {
  display: block;
  color: #06528e;
  font-weight: bold;
}
.contact-list ul li b {
  font-size: 20px;
}
.contact-list ul li span {
  font-size: 16px;
}

.contact-bg {
  background: url(../images/contact-bg.jpg) no-repeat center;
  padding: 34px 0;
  background-size: cover;
  border-radius: 5px;
  background-attachment: fixed;
}
.contact-bg dl {
  float: left;
  padding: 0 calc((100% - 1217.44px) / 4);
}
.contact-bg dl .pic,
.contact-bg dl .info {
  float: left;
}
.contact-bg dl .pic {
  margin-right: 43px;
}
.contact-bg dl .pic img {
  display: block;
}
.contact-bg dl:first-child .pic img {
  border-radius: 5px;
}
.contact-bg dl strong {
  display: block;
  font-size: 34px;
  color: #fff;
  margin-top: 21px;
}
.contact-bg dl span {
  display: block;
  font-size: 18px;
  line-height: 13px;
  color: #71a7d2;
  font-family: arial;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.contact-bg dl em {
  display: block;
  font-size: 22px;
  color: #fff;
}
.contact-bg dl em > img {
  display: inline-block;
  margin-right: 24px;
}
.contact-bg dl b {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin: 34px 0 30px;
}
.contact-bg dl b > img {
  display: inline-block;
  margin-right: 13px;
}
.contact-bg dl p {
  width: 213px;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  text-indent: 24px;
}
.contact-bg dl p > img {
  display: inline-block;
  margin-right: 16px;
}

.pro-editbox {
  max-width: 1300px;
  margin: 0 auto;
}

/*内页分页样式*/
.pagelist {
  padding: 10px 0;
  margin-top: 60px;
  overflow: hidden;
  border-top: 0px solid #eee;
  text-align: center;
}
.pagelist li {
  list-style: none;
  display: inline-block;
}
.pagelist a,
.pagelist span {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px 14px;
  margin-right: 5px;
}
.pagelist span.current {
  color: #06528e;
  border: 1px solid #ddd;
}

/*2022.7.13*/
.business-list ul li:hover .color-hide {
  background: transparent;
}
.business-list ul li .pic {
  position: relative;
}
.color-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 82, 140, 0.8);
  transition: 0.6s;
}
.business-list ul li img,
.business-list ul li em {
  position: relative;
}

/*2022.7.14*/
.nypartner-list ul {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.nypartner-list ul li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

/*2022.7.19 关于我们增加荣誉资质、合作伙伴*/
.honor {
  background: #eef5fc;
  padding: 80px 0 120px;
}
.honor .about-title {
  padding-bottom: 49px;
}
.honor-list {
  position: relative;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
}
.honor-list ul li .pic {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.honor-list ul li .pic img {
  display: block;
  width: 100%;
}
#honor-num {
  bottom: -50px;
  width: 100%;
}
#honor-num .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 10px;
}

.honor-con {
  position: relative;
}
#honor-prev,
#honor-next {
  width: 23px;
  height: 40px;
  cursor: pointer;
}
#honor-prev {
  background: url(../images/activity-prev.png) no-repeat center;
  left: 0;
}
#honor-next {
  background: url(../images/activity-next.png) no-repeat center;
  right: 0;
}
#honor-prev:hover {
  background: url(../images/activity-prev2.png) no-repeat center;
}
#honor-next:hover {
  background: url(../images/activity-next2.png) no-repeat center;
}

.partners {
  padding: 80px 0;
}
.partners .about-title {
  padding-bottom: 49px;
}
.partners-list {
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
}
.partners-list ul {
  width: calc(100% + 25px);
}
.partners-list ul li {
  display: flex;
  margin: auto;
  height: 140px;
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
  width: calc(100% / 5 - 25px);
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.partners-list ul li img {
  margin: auto;
  transition: 1s;
}
.partners-list ul li:hover {
  background: rgba(255, 255, 255, 1);
}
.partners-list ul li:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg); /* Safari 与 Chrome */
}

/*首页合作伙伴*/
.partner-list {
  height: 348px;
  overflow: hidden;
}
.partner-list ul {
  flex-wrap: wrap;
  flex-direction: column;
}
.partner-list ul li.swiper-slide {
  text-align: center;
}
.partner-list ul li.swiper-slide h2 {
  font-size: 18px;
  line-height: 40px;
}
#partner-num {
  display: block !important;
}

.table-responsive1 td,
.table-responsive1 tr {
  height: auto !important;
}
.table-responsive1 td {
  padding: 10px 0 !important;
}
.table-responsive1 .table1 {
  height: auto !important;
}
.table-responsive1 p {
  font-size: 16px !important;
}
.pro-zhanlue {
  margin-top: 80px;
}

/*2022.8.9*/
.ny-foot {
  height: auto;
}
.ny-foot .foot-bottom {
  height: auto;
}

#strategy,
#recruitment {
  position: relative;
  top: -100px;
}

.news-bg {
  background: url(../images/news-bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
}
.news-bg .news {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.news-bg .news .index-title strong {
  color: #000;
}
.news-bg .news .index-title span {
  color: rgba(0, 0, 0, 0.3);
}
.news-bg .news .news-lists {
  margin-bottom: 40px;
  overflow: hidden;
}
.news-bg .news .news-lists .info {
  background: #fff;
  padding: 15px;
}
.news-bg .news .news-lists .info dd a {
  display: block;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
